github.com/coder/websocket.mu.tryLock (method)

3 uses

	github.com/coder/websocket (current package)
		conn.go#L267: func (m *mu) tryLock() bool {
		netconn.go#L62: 		if !nc.writeMu.tryLock() {
		netconn.go#L78: 		if !nc.readMu.tryLock() {